home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Top Model
/
Virtual Top Model - Disc 1.iso
/
modulos
/
mod-1.dxr
/
00030.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-01
|
221 b
|
12 lines
on mouseUp
global bVideoOn, nVolum
set the soundLevel to nVolum
cursor(-1)
if bVideoOn then
set the movieRate of sprite 2 to 1
set the visible of sprite 2 to 1
end if
set bVideoOn to 1
play done
end